GtkCheckMenuItem: remove an unused boolean field
authorRyan Lortie <desrt@desrt.ca>
Wed, 8 May 2013 12:15:40 +0000 (08:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 9 May 2013 16:04:41 +0000 (12:04 -0400)
commit434dfc20c7403e21046d3a9935992c8bf58e4525
treefc9d6da61f510506c3f012a7ef4f1325f971706f
parentb9b196abe39702112311fdff8e1f3fb2fb7342cb
GtkCheckMenuItem: remove an unused boolean field

always_show_toggle was always set to TRUE in _init() and never changed
from anywhere else.  Remove it and remove the if() statements based on
it.

https://bugzilla.gnome.org/show_bug.cgi?id=699929
gtk/gtkcheckmenuitem.c